add -UGTK_DISABLE_SINGLE_INCLUDES so the code generated by gtkdoc-scangobj
authorMichael Natterer <mitch@imendio.com>
Thu, 29 May 2008 13:25:28 +0000 (13:25 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Thu, 29 May 2008 13:25:28 +0000 (13:25 +0000)
2008-05-29  Michael Natterer  <mitch@imendio.com>

* gtk/Makefile.am (CPPFLAGS): add -UGTK_DISABLE_SINGLE_INCLUDES so
the code generated by gtkdoc-scangobj builds.

svn path=/trunk/; revision=20232

docs/reference/ChangeLog
docs/reference/gtk/Makefile.am

index 819650e819ae2cad95954f5d3aa9c5b9ed475aa0..ae5f8158a918d7ed26d3a916cb16f7872f5c28d9 100644 (file)
@@ -1,3 +1,8 @@
+2008-05-29  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/Makefile.am (CPPFLAGS): add -UGTK_DISABLE_SINGLE_INCLUDES so
+       the code generated by gtkdoc-scangobj builds.
+
 2008-05-29  Michael Natterer  <mitch@imendio.com>
 
        * gtk/gtk.types: include <gtk/gtkunixprint.h> instead of
index ef4d54287a3e59c2de444d68f40a9071977bfdb2..fa75b475166fcc136353e2edf455ba0a045ad78f 100644 (file)
@@ -107,6 +107,9 @@ INCLUDES = \
        $(GTK_DEBUG_FLAGS)      \
        $(GTK_DEP_CFLAGS)
 
+CPPFLAGS += \
+       -UGTK_DISABLE_SINGLE_INCLUDES
+
 GTKDOC_LIBS = \
        $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la  \
        $(top_builddir)/gdk/$(gdktargetlib)                             \